home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / removefunction < prev    next >
Encoding:
Text File  |  1992-08-27  |  711 b   |  31 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/removefunction,v 1.5 1992/07/14 05:54:17 ptong Exp $
  3. .SP "REMOVE FUNCTION" COMMANDS 6/14/90
  4. .XA 2 "Remove Function"
  5. .uh NAME
  6. .lp
  7. remove function \*- remove a user defined C function 
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBremove function\fR functionname
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. .b "Remove function"
  16. will remove all references to an existing C function.
  17. To execute this command the user must be the owner of the function.
  18. .uh EXAMPLE
  19. .lp
  20. .ft C
  21. /* this command removes the square root function */
  22.  
  23. remove function sqrt
  24. .ft
  25. .uh "SEE ALSO"
  26. .lp
  27. define function(commands).
  28. .uh BUGS
  29. .lp
  30. No support is provided for removing \*(PQ functions.
  31.